home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIFROTAT.DOC < prev    next >
Text File  |  1991-08-02  |  1KB  |  41 lines

  1.             GifRotat
  2.             --------
  3.  
  4. Program to rotate a gif image by an arbitrary angle.
  5.  
  6.  
  7. Usage:
  8. ------
  9.  
  10. Usage: GifRotat -a Angle [-q] [-s Width Height] [-h] GifFile
  11.  
  12. If no GifFile is given, GifRotat will try to read stdin for GIF file.
  13.  
  14.  
  15. Memory required:
  16. ----------------
  17.  
  18. Screen (of source image).
  19.  
  20.  
  21. Options:
  22. --------
  23.  
  24. 1. -a Angle : Specifies the angle to rotate in degrees with respect to
  25.    the X (horizontal) axis.
  26. 2. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  27.    of running scan lines. Use -q- to turn off.2
  28. 3. [-s Width Height] : Since rotated image will have the same image size as
  29.    original, some parts of the image will by clipped out and lost. By
  30.    specifing a (bigger) size explicitly using the '-s' option, these parts
  31.    may be saved.
  32. 3. [-h] : print one command line help, similar to Usage above.
  33.  
  34. Notes:
  35. ------
  36.  
  37. Image is rotated around its center. No filtering is performed on the output
  38. which have identical color map as the input. This is mainly since filtering
  39. will require color quantization which is very memory/time intensive and
  40. out of MSDOS memory limits even for small images.
  41.